Home
last modified time | relevance | path

Searched refs:sincosf_cosf (Results 1 – 5 of 5) sorted by relevance

/third_party/optimized-routines/math/test/testcases/directed/
Dsincosf.tst27 func=sincosf_cosf op1=7fc00001 result=7fc00001 errno=0
28 func=sincosf_cosf op1=ffc00001 result=7fc00001 errno=0
29 func=sincosf_cosf op1=7f800001 result=7fc00001 errno=0 status=i
30 func=sincosf_cosf op1=ff800001 result=7fc00001 errno=0 status=i
31 func=sincosf_cosf op1=7f800000 result=7fc00001 errno=EDOM status=i
32 func=sincosf_cosf op1=ff800000 result=7fc00001 errno=EDOM status=i
33 func=sincosf_cosf op1=00000000 result=3f800000 errno=0
34 func=sincosf_cosf op1=80000000 result=3f800000 errno=0
35 func=sincosf_cosf op1=46427f1b result=3f34dc5c.565 error=0
36 func=sincosf_cosf op1=4647e568 result=3f34dc33.c1f error=0
[all …]
/third_party/optimized-routines/math/test/testcases/random/
Dfloat.tst9 test sincosf_cosf 5000
/third_party/optimized-routines/math/test/
Drunulp.sh121 t sincosf_cosf 0 0xffff0000 10000
122 t sincosf_cosf 0x1p-14 0x1p54 50000
123 t sincosf_cosf -0x1p-14 -0x1p54 50000
Dulp.c219 static float sincosf_cosf(float x) {(void)sinf(x); return cosf(x);} in sincosf_cosf() function
328 F (sincosf_cosf, sincosf_cosf, sincos_cos, sincos_mpfr_cos, 1, 1, f1, 0)
Dmathtest.c201 static float sincosf_cosf(float x) { float s,c; sincosf(x, &s, &c); return c; } in sincosf_cosf() function
222 TFUNCARM(at_s,rt_s, sincosf_cosf, 3*ULPUNIT/4),