/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuide/ |
D | RouteGuideUtil.cs | 70 …double a = Math.Sin(deltalat / 2) * Math.Sin(deltalat / 2) + Math.Cos(lat1) * Math.Cos(lat2) * Mat… in GetDistance()
|
/external/tensorflow/tensorflow/core/api_def/java_api/ |
D | api_def_Sin.pbtxt | 2 graph_op_name: "Sin" 4 name: "math.Sin"
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | fft.c | 286 REAL *Sin = NULL; /* Sine values */ in FFTRADIX() local 343 Sin = (REAL *) fftstate->Tmp3; in FFTRADIX() 645 Sin [jf - 1] = 0.0; in FFTRADIX() 648 Cos [j - 1] = Cos [k - 1] * c1 + Sin [k - 1] * s1; in FFTRADIX() 649 Sin [j - 1] = Cos [k - 1] * s1 - Sin [k - 1] * c1; in FFTRADIX() 652 Sin [k - 1] = -Sin [j - 1]; in FFTRADIX() 695 aj += Rtmp [k - 1] * Sin [jj - 1]; in FFTRADIX() 696 bj += Itmp [k - 1] * Sin [jj - 1]; in FFTRADIX()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | unary_ops_composition.cc | 243 REGISTER_COMPUTE_FN(Sin); in UnaryOpsCompositionSupport() 282 REGISTER_COMPUTE_FN_HELPER(Sin, functor::sin<T>); 311 REGISTER_COMPUTE_FN(Sin); in UnaryOpsCompositionSupport() 339 REGISTER_COMPUTE_FN_HELPER(Sin, functor::sin<T>); 373 REGISTER_COMPUTE_FN(Sin); in UnaryOpsCompositionSupport() 411 REGISTER_COMPUTE_FN_HELPER(Sin, functor::sin<T>);
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.switch.frag.out | 235 77: 6(float) ExtInst 1(GLSL.std.450) 13(Sin) 76 258 91: 6(float) ExtInst 1(GLSL.std.450) 13(Sin) 90 278 109: 6(float) ExtInst 1(GLSL.std.450) 13(Sin) 108 305 125: 6(float) ExtInst 1(GLSL.std.450) 13(Sin) 124 361 172: 6(float) ExtInst 1(GLSL.std.450) 13(Sin) 171 422 220: 6(float) ExtInst 1(GLSL.std.450) 13(Sin) 219
|
D | spv.shortCircuit.frag.out | 190 115: 10(float) ExtInst 1(GLSL.std.450) 13(Sin) 114 210 129: 10(float) ExtInst 1(GLSL.std.450) 13(Sin) 128
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | unary_ops.cc | 63 XLAJIT_MAKE_UNARY(Sin, xla::Sin(x));
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Sin.pbtxt | 2 graph_op_name: "Sin"
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_Sin.pbtxt | 2 graph_op_name: "Sin"
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | ops_custom.md | 24 Below we describe a complete example of defining Sin and some links to existing 27 ## Making a custom operator for Sin 30 TensorFlow Lite does not have. Assume we are using the `Sin` operator and that 53 Didn't find custom op for name 'Sin' 118 builtins.AddCustom("Sin", Register_SIN());
|
/external/icu/icu4c/source/data/lang/ |
D | ha.txt | 47 zh{"Harshen Sin"}
|
/external/shaderc/spirv-headers/include/spirv/unified1/ |
D | OpenCL.std.h | 92 Sin = 57, enumerator
|
/external/shaderc/spirv-headers/include/spirv/1.1/ |
D | OpenCL.std.h | 89 Sin = 57, enumerator
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/ |
D | OpenCL.std.h | 92 Sin = 57, enumerator
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/ |
D | OpenCL.std.h | 89 Sin = 57, enumerator
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
D | OpenCL.std.h | 89 Sin = 57, enumerator
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/ |
D | OpenCL.std.h | 89 Sin = 57, enumerator
|
/external/shaderc/spirv-headers/include/spirv/1.2/ |
D | OpenCL.std.h | 89 Sin = 57, enumerator
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
D | OpenCL.std.h | 89 Sin = 57, enumerator
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
D | OpenCL.std.h | 89 Sin = 57, enumerator
|
/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/ |
D | OpenCL.std.h | 92 Sin = 57, enumerator
|
/external/shaderc/spirv-headers/include/spirv/1.0/ |
D | OpenCL.std.h | 89 Sin = 57, enumerator
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.2/ |
D | OpenCL.std.h | 89 Sin = 57, enumerator
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | math.cc | 394 XlaOp reflection_denom = Log(Sin(pi * reduced_frac_input)); in Lgamma() 473 y - pi * Cos(pi * reduced_input) / Sin(pi * reduced_input); in Digamma() 531 XlaOp Tan(XlaOp x) { return Sin(x) / Cos(x); } in Tan()
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | OpenCL.std.h | 93 Sin = 57, enumerator
|