Searched refs:iabs (Results 1 – 15 of 15) sorted by relevance
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | uset.cpp | 450 int32_t iabs = i + base; in uset_serializedContains() local 453 } else if (high < array[iabs] || (high==array[iabs] && low<array[iabs+1])) { in uset_serializedContains()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uset.cpp | 485 int32_t iabs = i + base; in uset_serializedContains() local 488 } else if (high < array[iabs] || (high==array[iabs] && low<array[iabs+1])) { in uset_serializedContains()
|
/third_party/icu/icu4c/source/common/ |
D | uset.cpp | 485 int32_t iabs = i + base; in uset_serializedContains() local 488 } else if (high < array[iabs] || (high==array[iabs] && low<array[iabs+1])) { in uset_serializedContains()
|
/third_party/node/deps/icu-small/source/common/ |
D | uset.cpp | 490 int32_t iabs = i + base; in uset_serializedContains() local 493 } else if (high < array[iabs] || (high==array[iabs] && low<array[iabs+1])) { in uset_serializedContains()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir_emit.c | 93 IOP(iabs, IABS, X_X_0),
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | ShaderCore.hpp | 333 void iabs(Vector4f &dst, const Vector4f &src);
|
D | VertexProgram.cpp | 171 case Shader::OPCODE_IABS: iabs(d, s0); break; in program()
|
D | PixelProgram.cpp | 299 case Shader::OPCODE_IABS: iabs(d, s0); break; in applyShader()
|
D | ShaderCore.cpp | 1559 void ShaderCore::iabs(Vector4f &dst, const Vector4f &src) in iabs() function in sw::ShaderCore
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_int64.c | 697 x = COND_LOWER_OP(b, iabs, x); in lower_2f()
|
/third_party/mesa3d/src/panfrost/midgard/ |
D | midgard_compile.c | 752 ALU_CASE(iabs, iabsdiff); in emit_alu()
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.1.0.rst | 468 - panfrost/midgard: Add more ball/bany, iabs ops 570 - panfrost/midgard: iabs cannot run on mul 1395 - v3d: Emit a simpler negate for the iabs implementation. 2163 - nir/algebraic: Add a couple optimizations for iabs and ishr
|
D | 20.3.0.rst | 1782 - nir: add iabs-lowering code
|
D | 21.1.0.rst | 2166 - r600/sfn: lower isign and iabs in nir
|
/third_party/boost/libs/math/doc/graphs/hypergeometric_1f1/ |
D | plotlyjs-bundle.js | 1 …one().isubn(t)},a.prototype.iabs=function(){return this.negative=0,this},a.prototype.abs=function(…
|