Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ ufunc
Class
ufunc
numpy/core/tests/data/generate_umath_validation_data.cpp:10–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
#include <vector>
9
10
struct ufunc {
11
std::string name;
12
double (*f32func)(double);
13
long double (*f64func)(long double);
14
float f32ulp;
15
float f64ulp;
16
};
17
18
template <typename T>
19
T
Callers
15
check
Method · 0.85
test_validate_fp16_transcendentals
Method · 0.85
test_nep50_huge_integers
Function · 0.85
test_mixed_string_comparison_ufuncs_fail
Function · 0.85
test_mixed_string_comparisons_ufuncs_with_cast
Function · 0.85
test_string_comparisons
Function · 0.85
test_string_comparisons_empty
Function · 0.85
test_unary_PyUFunc_O_O_method_full
Method · 0.85
call_ufunc
Method · 0.85
test_ufunc_at_inner_loops
Method · 0.85
test_at_negative_indexes
Method · 0.85
test_logical_ufuncs_object_signatures
Method · 0.85
Calls
no outgoing calls
Tested by
15
check
Method · 0.68
test_validate_fp16_transcendentals
Method · 0.68
test_nep50_huge_integers
Function · 0.68
test_mixed_string_comparison_ufuncs_fail
Function · 0.68
test_mixed_string_comparisons_ufuncs_with_cast
Function · 0.68
test_string_comparisons
Function · 0.68
test_string_comparisons_empty
Function · 0.68
test_unary_PyUFunc_O_O_method_full
Method · 0.68
call_ufunc
Method · 0.68
test_ufunc_at_inner_loops
Method · 0.68
test_at_negative_indexes
Method · 0.68
test_logical_ufuncs_object_signatures
Method · 0.68