Home
last modified time | relevance | path

Searched defs:abs (Results 101 - 125 of 149) sorted by relevance

123456

/third_party/skia/include/private/
H A DSkVx.h597 SIN Vec<N,float> abs(const Vec<N,float>& x) { return map( fabsf, x); } in abs() function
/third_party/ffmpeg/libavformat/
H A Dsbgdec.c465 int64_t abs = 0, rel = 0, dt; in parse_timestamp() local
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_compiler.h95 bool abs : 1; member
/third_party/mesa3d/src/panfrost/bifrost/
H A Dcompiler.h122 bool abs : 1; member
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_emit_gk110.cpp1058 bool abs = i->src(0).mod.abs(); in emitCVT() local
[all...]
H A Dnv50_ir_peephole.cpp1311 Value *abs = bld.mkOp1v(OP_ABS, TYPE_S32, bld.getSSA(), i->getSrc(0)); in opnd() local
1831 handleABS(Instruction *abs) handleABS() argument
[all...]
/third_party/libinput/tools/
H A Dlibinput-debug-gui.c117 struct point abs; member
[all...]
H A Dlibinput-record.c1419 const struct input_absinfo *abs; in print_description_abs() local
1578 const struct input_absinfo *abs; print_bits_absinfo() local
[all...]
/third_party/libinput/src/
H A Devdev.h204 } abs; member
[all...]
H A Devdev.c2646 const struct input_absinfo *abs; evdev_read_fuzz_prop() local
[all...]
H A Devdev-mt-touchpad.c3603 const struct input_absinfo *abs; tp_init_pressure() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.h38 unsigned abs; member
/third_party/skia/third_party/externals/angle2/src/common/
H A Dmathutil.h198 unsigned int abs = fp32i & 0x7FFFFFFF; in float32ToFloat16() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DShaderCore.cpp232 Float4 abs = x; in reciprocalSquareRoot() local
585 SIMD::UInt abs = floatBits & SIMD::UInt(0x7FFFFFFF); in floatToHalfBits() local
651 auto abs = Abs(val); Modf() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPFloat.h1233 inline APFloat abs(APFloat X) { in abs() function
/third_party/mesa3d/src/compiler/nir/
H A Dnir_serialize.c502 unsigned abs:1; member
/third_party/mesa3d/src/amd/compiler/
H A Daco_ir.h1415 bool abs[3]; member
1443 bool abs[2]; member
H A Daco_optimizer.cpp2108 bool abs[2] = {false, false}; combine_ordering_test() local
2473 match_op3_for_vop3(opt_ctx& ctx, aco_opcode op1, aco_opcode op2, Instruction* op1_instr, bool swap, const char* shuffle_str, Operand operands[3], bool neg[3], bool abs[3], uint8_t* opsel, bool* op1_clamp, uint8_t* op1_omod, bool* inbetween_neg, bool* inbetween_abs, bool* inbetween_opsel, bool* precise) match_op3_for_vop3() argument
2548 create_vop3_for_op3(opt_ctx& ctx, aco_opcode opcode, aco_ptr<Instruction>& instr, Operand operands[3], bool neg[3], bool abs[3], uint8_t opsel, bool clamp, unsigned omod) create_vop3_for_op3() argument
2576 bool neg[3], abs[3], clamp, precise; combine_three_valu_op() local
2644 bool neg[3] = {}, abs[3] = {}; combine_add_or_then_and_lshl() local
2669 bool neg[3], abs[3], clamp, precise; combine_minmax() local
2944 bool neg[3], abs[3], clamp, precise; combine_clamp() local
3746 bool abs = (conv->isVOP3() && conv->vop3().abs[0]) || (conv->isSDWA() && conv->sdwa().abs[0]); combine_mad_mix() local
4005 bool abs[3] = {false, false, false}; combine_instruction() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_shader.h413 #define abs(s) nvfx_src_abs((s)) macro
427 uint8_t abs : 1; member
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_compile.c637 mir_copy_src(midgard_instruction *ins, nir_alu_instr *instr, unsigned i, unsigned to, bool *abs, bool *neg, bool *not, enum midgard_roundmode *roundmode, bool is_int, unsigned bcast_count) in mir_copy_src() argument
/third_party/python/Lib/
H A D_pydecimal.py4143 def abs(self, a): global() member in Context
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShaderCore.cpp216 Float4 abs = x; in reciprocalSquareRoot() local
1551 void ShaderCore::abs(Vector4f &dst, const Vector4f &src) in abs() function in sw::ShaderCore
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderOperatorTests.cpp53 # undef abs macro
64 inline float abs (float v) { return deFloatAbs(v); } in abs() function
/third_party/node/deps/npm/node_modules/jsbn/
H A Dindex.js
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-logic-arm64.cc1691 LogicVRegister Simulator::abs(VectorFormat vform, LogicVRegister dst, in abs() function in v8::internal::Simulator

Completed in 70 milliseconds

123456