Searched refs:__cosl (Results 1 – 16 of 16) sorted by relevance
/third_party/musl/src/math/ |
D | cosl.c | 22 return __cosl(x, 0); in cosl() 29 return __cosl(hi, lo); in cosl() 33 return -__cosl(hi, lo); in cosl()
|
D | sinl.c | 33 return __cosl(hi, lo); in sinl() 38 return -__cosl(hi, lo); in sinl()
|
D | sincosl.c | 34 *cos = __cosl(x, 0); in sincosl() 39 c = __cosl(y[0], y[1]); in sincosl()
|
D | lgammal.c | 217 case 1: return __cosl(x, 0.0); in sin_pi() 219 case 3: return -__cosl(x, 0.0); in sin_pi()
|
D | __cosl.c | 86 long double __cosl(long double x, long double y) in __cosl() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | cosl.c | 22 return __cosl(x, 0); in cosl() 29 return __cosl(hi, lo); in cosl() 33 return -__cosl(hi, lo); in cosl()
|
D | sinl.c | 33 return __cosl(hi, lo); in sinl() 38 return -__cosl(hi, lo); in sinl()
|
D | sincosl.c | 34 *cos = __cosl(x, 0); in sincosl() 39 c = __cosl(y[0], y[1]); in sincosl()
|
D | lgammal.c | 217 case 1: return __cosl(x, 0.0); in sin_pi() 219 case 3: return -__cosl(x, 0.0); in sin_pi()
|
D | __cosl.c | 86 long double __cosl(long double x, long double y) in __cosl() function
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
D | libm.h | 250 hidden long double __cosl(long double, long double);
|
/third_party/musl/src/internal/ |
D | libm.h | 249 hidden long double __cosl(long double, long double);
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | libm.h | 249 hidden long double __cosl(long double, long double);
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
D | libm.h | 250 hidden long double __cosl(long double, long double);
|
/third_party/musl/porting/liteos_a/kernel/ |
D | musl.gni | 56 "$MUSLPORTINGDIR/src/math/__cosl.c",
|
/third_party/musl/ |
D | musl_src.gni | 523 "src/math/__cosl.c",
|