Home
last modified time | relevance | path

Searched refs:sincos (Results 1 – 25 of 43) sorted by relevance

12

/third_party/boost/libs/multiprecision/test/
Dtest_sin.cpp309 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()
Dtest_cos.cpp324 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/
Dhlsl.intrinsics.vert49 sincos(inF0, inF1, inF2);
123 sincos(inF0, inF1, inF2);
193 sincos(inF0, inF1, inF2);
263 sincos(inF0, inF1, inF2);
318 sincos(inF0, inF1, inF2); \
Dhlsl.intrinsics.frag77 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/
Dsincos.c16 void sincos(double x, double *sin, double *cos) in sincos() function
Dsincosl.c8 sincos(x, &sind, &cosd); in sincosl()
/third_party/musl/src/math/
Dsincos.c16 void sincos(double x, double *sin, double *cos) in sincos() function
Dsincosl.c8 sincos(x, &sind, &cosd); in sincosl()
/third_party/musl/libc-test/src/math/
Dsincos.c26 sincos(p->x, &ysin, &ycos); in main()
Dtest_src_math.gni171 "sincos",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DREADME-FPStack.txt58 Opencode the sincos[f] libcall.
/third_party/optimized-routines/math/test/testcases/directed/
Dsincosf.tst1 ; Directed test cases for SP sincos
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_tgsi.c1582 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/
Dmath.h425 void sincos(double, double*, double*);
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h425 void sincos(double, double*, double*);
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h425 void sincos(double, double*, double*);
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ci/
Dllvmpipe-cl.txt58 program/execute/builtin/builtin-float-sincos-1.0.generated: timeout
/third_party/musl/include/
Dmath.h425 void sincos(double, double*, double*);
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h425 void sincos(double, double*, double*);
/third_party/musl/libc-test/src/math/gen/
Dfunctions.h199 T(sincos, d_dd)
/third_party/skia/third_party/externals/icu/
Dicu.gyp322 # 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/
Dicu.gyp327 # Disable sincos() optimization to avoid a linker error since
328 # Android's math library doesn't have sincos(). Either
/third_party/spirv-tools/test/
Dext_inst.opencl_test.cpp158 CASE2(Sincos, sincos),
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dext_inst.opencl_test.cpp158 CASE2(Sincos, sincos),
/third_party/vk-gl-cts/build/external/spirv-tools/spirv-tools/
Dopencl.std.insts.inc62 {"sincos", 58, 0, nullptr, {SPV_OPERAND_TYPE_ID, SPV_OPERAND_TYPE_ID, SPV_OPERAND_TYPE_NONE}},

12