MCPcopy Create free account
hub / github.com/numpy/numpy / set_fp_invalid_or_clear

Function set_fp_invalid_or_clear

numpy/linalg/umath_linalg.cpp:422–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420}
421
422static inline void
423set_fp_invalid_or_clear(int error_occurred)
424{
425 if (error_occurred) {
426 npy_set_floatstatus_invalid();
427 }
428 else {
429 npy_clear_floatstatus_barrier((char*)&error_occurred);
430 }
431}
432
433/*
434 *****************************************************************************

Callers 11

eigh_wrapperFunction · 0.85
solveFunction · 0.85
solve1Function · 0.85
invFunction · 0.85
choleskyFunction · 0.85
eig_wrapperFunction · 0.85
svd_wrapperFunction · 0.85
qr_r_rawFunction · 0.85
qr_reducedFunction · 0.85
qr_completeFunction · 0.85
lstsqFunction · 0.85

Calls 2

Tested by

no test coverage detected