/third_party/boost/libs/multiprecision/test/ |
D | test_sin.cpp | 309 for (unsigned k = 0; k < sincos.size(); k++) in test() 311 T val = sin(sincos[k][0]); in test() 312 T e = relative_error(val, sincos[k][1]); in test()
|
D | test_cos.cpp | 324 for (unsigned k = 0; k < sincos.size(); k++) in test() 326 T val = cos(sincos[k][0]); in test() 327 T e = relative_error(val, sincos[k][2]); in test()
|
/third_party/glslang/Test/ |
D | hlsl.intrinsics.vert | 49 sincos(inF0, inF1, inF2); 123 sincos(inF0, inF1, inF2); 193 sincos(inF0, inF1, inF2); 263 sincos(inF0, inF1, inF2); 318 sincos(inF0, inF1, inF2); \
|
D | hlsl.intrinsics.frag | 77 sincos(inF0, inF1, inF2); 165 sincos(inF0, inF1, inF2); 247 sincos(inF0, inF1, inF2); 328 sincos(inF0, inF1, inF2); 389 sincos(inF0, inF1, inF2); \
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | sincos.c | 16 void sincos(double x, double *sin, double *cos) in sincos() function
|
D | sincosl.c | 8 sincos(x, &sind, &cosd); in sincosl()
|
/third_party/musl/src/math/ |
D | sincos.c | 16 void sincos(double x, double *sin, double *cos) in sincos() function
|
D | sincosl.c | 8 sincos(x, &sind, &cosd); in sincosl()
|
/third_party/musl/libc-test/src/math/ |
D | sincos.c | 26 sincos(p->x, &ysin, &ycos); in main()
|
D | test_src_math.gni | 171 "sincos",
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | README-FPStack.txt | 58 Opencode the sincos[f] libcall.
|
/third_party/optimized-routines/math/test/testcases/directed/ |
D | sincosf.tst | 1 ; Directed test cases for SP sincos
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_tgsi.c | 1582 struct etna_inst_src sincos[3], in = src[0]; in trans_trig() local 1583 sincos[0] = etna_imm_vec4f(c, sincos_const[0]); in trans_trig() 1584 sincos[1] = etna_imm_vec4f(c, sincos_const[1]); in trans_trig() 1601 ins[0].src[1] = swizzle(sincos[1], SWIZZLE(X, W, X, W)); /* 1/2*PI */ in trans_trig() 1602 ins[0].src[2] = swizzle(sincos[1], SWIZZLE(Y, W, Z, W)); /* 0.75, 0, 0.5, 0 */ in trans_trig() 1611 ins[2].src[1] = swizzle(sincos[0], SWIZZLE(X, X, X, X)); /* 2 */ in trans_trig() 1612 ins[2].src[2] = swizzle(sincos[0], SWIZZLE(Y, Y, Y, Y)); /* -1 */ in trans_trig() 1631 ins[4].src[1] = swizzle(sincos[0], SWIZZLE(Z, W, W, W)); in trans_trig()
|
/third_party/musl/ndk_musl_include/ |
D | math.h | 425 void sincos(double, double*, double*);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | math.h | 425 void sincos(double, double*, double*);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | math.h | 425 void sincos(double, double*, double*);
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ci/ |
D | llvmpipe-cl.txt | 58 program/execute/builtin/builtin-float-sincos-1.0.generated: timeout
|
/third_party/musl/include/ |
D | math.h | 425 void sincos(double, double*, double*);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 425 void sincos(double, double*, double*);
|
/third_party/musl/libc-test/src/math/gen/ |
D | functions.h | 199 T(sincos, d_dd)
|
/third_party/skia/third_party/externals/icu/ |
D | icu.gyp | 322 # Disable sincos() optimization to avoid a linker error since 323 # Android's math library doesn't have sincos(). Either
|
/third_party/flutter/skia/third_party/externals/icu/ |
D | icu.gyp | 327 # Disable sincos() optimization to avoid a linker error since 328 # Android's math library doesn't have sincos(). Either
|
/third_party/spirv-tools/test/ |
D | ext_inst.opencl_test.cpp | 158 CASE2(Sincos, sincos),
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
D | ext_inst.opencl_test.cpp | 158 CASE2(Sincos, sincos),
|
/third_party/vk-gl-cts/build/external/spirv-tools/spirv-tools/ |
D | opencl.std.insts.inc | 62 {"sincos", 58, 0, nullptr, {SPV_OPERAND_TYPE_ID, SPV_OPERAND_TYPE_ID, SPV_OPERAND_TYPE_NONE}},
|