Searched refs:sincosf (Results 1 – 12 of 12) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | e_j1f.c | 59 sincosf(y, &s, &c); in __ieee754_j1f() 116 sincosf(x, &s, &c); in __ieee754_y1f()
|
D | e_j0f.c | 58 sincosf(x, &s, &c); in __ieee754_j0f() 130 sincosf(x, &s, &c); in __ieee754_y0f()
|
D | s_sincosf.c | 37 sincosf(float x, float *sn, float *cs) in sincosf() function
|
/bionic/benchmarks/ |
D | math_benchmark.cpp | 544 sincosf(*cin, &s, &c); in BM_math_sincosf() 559 sincosf(f * zero + *cin, &s, &c); in BM_math_sincosf_latency()
|
/bionic/libm/ |
D | libm.map.txt | 242 sincosf;
|
/bionic/libc/include/ |
D | math.h | 388 void sincosf(float __x, float* __sin, float* __cos);
|
/bionic/tests/ |
D | math_test.cpp | 533 TEST(MATH_TEST, sincosf) { in TEST() argument 535 sincosf(0.0f, &s, &c); in TEST() 2130 DoMathDataTest<1>(g_sincosf_intel_data, sincosf); in TEST()
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_020.S | 99 CALL(sincosf)
|
D | liblinker_reloc_bench_123.S | 2940 CALL(sincosf)
|
D | liblinker_reloc_bench_015.S | 2471 CALL(sincosf)
|
D | liblinker_reloc_bench_030.S | 18437 CALL(sincosf)
|
D | liblinker_reloc_bench_087.S | 36990 CALL(sincosf)
|