Searched refs:cosl (Results 1 - 12 of 12) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | cosl.c | 4 long double cosl(long double x) { in cosl() function 8 long double cosl(long double x) in cosl() function
|
/third_party/musl/src/math/ |
H A D | cosl.c | 4 long double cosl(long double x) { in cosl() function 8 long double cosl(long double x) in cosl() function
|
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/ |
H A D | math_cos_test.cpp | 65 * @tc.desc: When the parameter of cosl is valid, test the return value of the function. 70 EXPECT_DOUBLE_EQ(1.0L, cosl(0.0L)); in HWTEST_F()
|
/third_party/musl/libc-test/src/math/ |
H A D | cosl.c | 13 #include "sanity/cosl.h" 14 #include "special/cosl.h" 34 y = cosl(p->x); in main() 38 printf("%s:%d: bad fp exception: %s cosl(%La)=%La, want %s", in main() 45 printf("%s:%d: %s cosl(%La) want %La got %La ulperr %.3f = %a + %a\n", in main()
|
/third_party/optimized-routines/math/test/ |
H A D | ulp.c | 351 F (__s_cos, __s_cos, cosl, mpfr_cos, 1, 0, d1, 0) 365 F (__v_cos, v_cos, cosl, mpfr_cos, 1, 0, d1, 1) 379 F (__vn_cos, vn_cos, cosl, mpfr_cos, 1, 0, d1, 1) 390 F (_ZGVnN2v_cos, Z_cos, cosl, mpfr_cos, 1, 0, d1, 1)
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | math.h | 177 long double cosl(long double);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | math.h | 177 long double cosl(long double);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | math.h | 177 long double cosl(long double);
|
/third_party/musl/include/ |
H A D | math.h | 177 long double cosl(long double);
|
/third_party/musl/libc-test/src/api/ |
H A D | math.c | 89 {long double(*p)(long double) = cosl;} in f()
|
/third_party/musl/libc-test/src/math/gen/ |
H A D | mplibm.c | 113 int mpcosl(struct t *t) { return mpl1(t, cosl); } in mpcosl()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 34092 extern long double cosl (long double __x) throw (); extern long double __cosl (long double __x) throw (); [all...] |
Completed in 32 milliseconds