Home
last modified time | relevance | path

Searched defs:test_frexp (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp327 void test_frexp() in test_frexp() function
/aosp_15_r20/external/arm-optimized-routines/math/test/rtest/
H A Dsemi.c419 char *test_frexp(uint32 *x, uint32 *out, uint32 *nout) { in test_frexp() function
/aosp_15_r20/external/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp330 void test_frexp() in test_frexp() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/numerics/c.math/
H A Dcmath.pass.cpp365 void test_frexp() in test_frexp() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp214 void test_frexp() { in test_frexp() function
/aosp_15_r20/external/pytorch/test/
H A Dtest_unary_ufuncs.py611 def test_frexp(self, device, dtype): member in TestUnaryUfuncs