Home
last modified time | relevance | path

Searched refs:SQRT (Results 1 – 25 of 39) sorted by relevance

12

/third_party/ffmpeg/libavfilter/
Davf_avectorscope.c52 SQRT, enumerator
103 { "sqrt", "square root", 0, AV_OPT_TYPE_CONST, {.i64=SQRT}, 0, 0, FLAGS, "scale" },
312 case SQRT: in filter_frame()
Davf_ahistogram.c31 enum DisplayScale { LINEAR, SQRT, CBRT, LOG, RLOG, NB_SCALES }; enumerator
74 … { "sqrt", "square root", 0, AV_OPT_TYPE_CONST, {.i64=SQRT}, 0, 0, FLAGS, "scale" },
284 case SQRT: in filter_frame()
Davf_showspectrum.c49 enum DisplayScale { LINEAR, SQRT, CBRT, LOG, FOURTHRT, FIFTHRT, NB_SCALES }; enumerator
133 …{ "scale", "set display scale", OFFSET(scale), AV_OPT_TYPE_INT, {.i64=SQRT}, LINEAR, NB_SCALES-1, …
135 { "sqrt", "square root", 0, AV_OPT_TYPE_CONST, {.i64=SQRT}, 0, 0, FLAGS, "scale" },
905 case SQRT: in get_value()
1569 { "sqrt", "square root", 0, AV_OPT_TYPE_CONST, {.i64=SQRT}, 0, 0, FLAGS, "scale" },
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMScheduleV6.td257 // Single-precision FP SQRT
260 // Double-precision FP SQRT
DARMScheduleA8.td348 // Single-precision FP SQRT
353 // Double-precision FP SQRT
/third_party/openGLES/extensions/SGIX/
DSGIX_complex_polar.txt63 C_real' = SQRT((Cs_real * Cs_real) + (Cd_imaginary * Cd_imaginary))
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_complex_polar.txt63 C_real' = SQRT((Cs_real * Cs_real) + (Cd_imaginary * Cd_imaginary))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SchedThunderX.td345 // Floating Point MAC, DIV, SQRT
353 def : InstRW<[THXT8XWriteFSqrtSP], (instregex "^.*SQRT.*32$")>;
354 def : InstRW<[THXT8XWriteFSqrtDP], (instregex "^.*SQRT.*64$")>;
DAArch64SchedA53.td283 // Floating Point MAC, DIV, SQRT
291 def : InstRW<[A53WriteFSqrtSP], (instregex "^.*SQRT.*32$")>;
292 def : InstRW<[A53WriteFSqrtDP], (instregex "^.*SQRT.*64$")>;
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_opcode_tmp.h62 OP11(SQRT)
Dtgsi_info_opcodes.h21 OPCODE(1, 1, REPL, SQRT)
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/rec_core/
Drec_parse_graph.h89 {SQRT, OperatorType::kRecElmWiseOp},
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_emit.c70 OP(fsqrt, SQRT, X_X_0), OP(fsin, SIN, X_X_0), OP(fcos, COS, X_X_0),
Detnaviv_disasm.c498 OPC(SQRT),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrFloat.td53 defm SQRT : UnaryFP<fsqrt, "sqrt", 0x91, 0x9f>;
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dops_utils.h334 constexpr char SQRT[] = "Sqrt"; variable
/third_party/mesa3d/src/intel/tools/
Di965_lex.l158 sqrt { yylval.integer = BRW_MATH_FUNCTION_SQRT; return SQRT; }
Di965_gram.y406 %token <integer> RSQRTM SIN SINCOS SQRT
870 | SQRT
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_auto_parallel.cc136 SQRT, CAST, POW, in IsElementWiseOperator()
166 …AN, REAL_DIV, SIGMOID, POW, MAXIMUM, MINIMUM, EQUAL, NOT_EQUAL, LOGICALNOT, GATHERV2, SQRT, CONCAT, in IsSplittableOperator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86.td317 // vectorized code we should care about the throughput of SQRT operations.
322 "true", "Scalar SQRT is fast (disable Newton-Raphson)">;
325 "true", "Vector SQRT is fast (disable Newton-Raphson)">;
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp738 NV50_IR_OPCODE_CASE(SQRT, SQRT); in translateOpcode()
846 NV50_IR_OPCODE_CASE(DSQRT, SQRT); in translateOpcode()
/third_party/mindspore/mindspore/lite/tools/converter/parser/tflite/
Dschema.fbs300 SQRT = 75,
/third_party/mindspore/third_party/proto/tensorflow/lite/
Dschema.fbs300 SQRT = 75,
Dschema_2.4.1.fbs302 SQRT = 75,
/third_party/mesa3d/src/freedreno/ir3/
Dir3.h2100 INSTR1(SQRT) in INSTR2()

12