HomeSort by relevance Sort by last modified time
    Searched refs:Abs (Results 101 - 125 of 206) sorted by null

1 2 3 45 6 7 8 9

  /external/swiftshader/src/Shader/
VertexProgram.cpp 177 case Shader::OPCODE_ABS: abs(d, s0); break;
775 mod.x = Abs(x);
776 mod.y = Abs(y);
777 mod.z = Abs(z);
778 mod.w = Abs(w);
781 mod.x = -Abs(x);
782 mod.y = -Abs(y);
783 mod.z = -Abs(z);
784 mod.w = -Abs(w);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
mpfloat.go 223 f = new(big.Float).Abs(f)
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/
gcimporter.go 41 if abs, err := filepath.Abs(srcDir); err == nil { // see issue 14282
42 srcDir = abs
  /prebuilts/go/darwin-x86/src/math/
jn.go 198 tmp = tmp * Log(Abs(v*tmp))
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
mpfloat.go 223 f = new(big.Float).Abs(f)
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/
gcimporter.go 41 if abs, err := filepath.Abs(srcDir); err == nil { // see issue 14282
42 srcDir = abs
  /prebuilts/go/linux-x86/src/math/
jn.go 198 tmp = tmp * Log(Abs(v*tmp))
  /art/compiler/optimizing/
code_generator_vector_arm64.cc 239 __ Abs(dst.V16B(), src.V16B());
244 __ Abs(dst.V8H(), src.V8H());
248 __ Abs(dst.V4S(), src.V4S());
252 __ Abs(dst.V2D(), src.V2D());
    [all...]
  /external/libavc/common/arm/
ih264_resi_trans_quant_a9.s 185 vabs.s16 q0, q12 @Abs val of row 1 blk 1
187 vabs.s16 q1, q13 @Abs val of row 2 blk 1
380 vabs.s16 q0, q12 @Abs val of row 1 blk 1
382 vabs.s16 q1, q13 @Abs val of row 2 blk 1
  /external/libchrome/base/numerics/
safe_math.h 145 CheckedNumeric Abs() const {
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r3xx_vertprog.c 153 (src->RelAddr << 4) | (src->Abs << 3);
171 (src->RelAddr << 4) | (src->Abs << 3);
678 /* Transform ABS(a) to MAX(a, -a). */
680 if (inst->U.I.SrcReg[i].Abs) {
684 inst->U.I.SrcReg[i].Abs = 0;
radeon_dataflow_swizzles.c 89 inst->U.I.SrcReg[src].Abs = 0;
  /external/mesa3d/src/gallium/drivers/r300/
r300_tgsi_to_rc.c 193 dst->Abs = src->Register.Absolute;
  /prebuilts/go/darwin-x86/misc/cgo/gmp/
gmp.go 322 // Abs sets z to the absolute value of x and returns z.
323 func (z *Int) Abs(x *Int) *Int {
  /prebuilts/go/linux-x86/misc/cgo/gmp/
gmp.go 322 // Abs sets z to the absolute value of x and returns z.
323 func (z *Int) Abs(x *Int) *Int {
  /build/soong/android/
paths.go 335 abs, err := filepath.Abs(ret.String())
340 buildroot, err := filepath.Abs(pathConfig(ctx).buildDir)
345 if strings.HasPrefix(abs, buildroot) {
346 reportPathError(ctx, "source path %s is in output", abs)
360 abs, err := filepath.Abs(ret.String())
365 buildroot, err := filepath.Abs(pathConfig(ctx).buildDir)
370 if strings.HasPrefix(abs, buildroot) {
371 reportPathError(ctx, "source path %s is in output", abs)
    [all...]
config.go 204 absBuildDir, err := filepath.Abs(buildDir)
209 absSrcDir, err := filepath.Abs(srcDir)
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
FileBuffer.c 250 AbsCount = (UINTN)ABS(Count);
    [all...]
  /prebuilts/go/darwin-x86/src/path/filepath/
path_test.go 1126 abspath, err := filepath.Abs(path)
1128 t.Errorf("Abs(%q) error: %v", path, err)
1133 t.Errorf("Abs(%q)=%q, not the same file", path, abspath)
1136 t.Errorf("Abs(%q)=%q, not an absolute path", path, abspath)
1139 t.Errorf("Abs(%q)=%q, isn't clean", path, abspath)
path.go 230 // Abs returns an absolute representation of path.
234 // Abs calls Clean on the result.
235 func Abs(path string) (string, error) {
236 return abs(path)
  /prebuilts/go/linux-x86/src/path/filepath/
path_test.go 1126 abspath, err := filepath.Abs(path)
1128 t.Errorf("Abs(%q) error: %v", path, err)
1133 t.Errorf("Abs(%q)=%q, not the same file", path, abspath)
1136 t.Errorf("Abs(%q)=%q, not an absolute path", path, abspath)
1139 t.Errorf("Abs(%q)=%q, isn't clean", path, abspath)
path.go 230 // Abs returns an absolute representation of path.
234 // Abs calls Clean on the result.
235 func Abs(path string) (string, error) {
236 return abs(path)
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
BufferImage.c     [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
convert.cc 26 static __inline int Abs(int v) {
39 const int dst_y_width = Abs(src_y_width);
40 const int dst_y_height = Abs(src_y_height);
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
rat.go 265 b := x.b.abs
269 f, exact = quotToFloat32(x.a.abs, b)
281 b := x.b.abs
285 f, exact = quotToFloat64(x.a.abs, b)
295 babs := b.abs
299 if &z.a == b || alias(z.a.abs, babs) {
302 z.a.abs = z.a.abs.set(a.abs)
303 z.b.abs = z.b.abs.set(babs
    [all...]

Completed in 450 milliseconds

1 2 3 45 6 7 8 9