HomeSort by relevance Sort by last modified time
    Searched defs:absolute (Results 1 - 25 of 191) sorted by null

1 2 3 4 5 6 7 8

  /external/webrtc/webrtc/common_audio/signal_processing/
min_max_operations.c 36 // Maximum absolute value of word16 vector. C version for generic platforms.
39 int absolute = 0, maximum = 0; local
44 absolute = abs((int)vector[i]);
46 if (absolute > maximum) {
47 maximum = absolute;
59 // Maximum absolute value of word32 vector. C version for generic platforms.
64 uint32_t absolute = 0, maximum = 0; local
70 absolute = abs((int)vector[i]);
71 if (absolute > maximum) {
72 maximum = absolute;
142 int absolute = 0, maximum = 0; local
    [all...]
min_max_operations_mips.c 23 // Maximum absolute value of word16 vector.
225 // Maximum absolute value of word32 vector. Version for MIPS platform.
230 uint32_t absolute = 0, maximum = 0; local
240 "lw %[absolute], 0(%[vector]) \n\t"
241 "absq_s.w %[absolute], %[absolute] \n\t"
243 "slt %[tmp1], %[maximum], %[absolute] \n\t"
244 "movn %[maximum], %[absolute], %[tmp1] \n\t"
252 : [tmp1] "=&r" (tmp1), [maximum] "+r" (maximum), [absolute] "+r" (absolute)
    [all...]
min_max_operations_neon.c 17 // Maximum absolute value of word16 vector. C version for generic platforms.
19 int absolute = 0, maximum = 0; local
53 absolute = abs((int)(*p_start));
55 if (absolute > maximum) {
56 maximum = absolute;
69 // Maximum absolute value of word32 vector. NEON intrinsics version for
75 uint32_t absolute = 0, maximum = 0; local
111 absolute = abs((int)(*p_start));
112 if (absolute > maximum) {
113 maximum = absolute;
    [all...]
  /toolchain/binutils/binutils-2.27/gprof/
tahoe.c 51 immediate, absolute, byterel, bytereldef, wordrel, wordreldef, enumerator in enum:tahoe_opermodes
90 return usesreg != PC ? autoincdef : absolute;
146 case absolute:
147 return "absolute";
186 case absolute:
vax.c 51 immediate, absolute, byterel, bytereldef, wordrel, wordreldef, enumerator in enum:opermodes
102 return usesreg != PC ? autoincdef : absolute;
158 case absolute:
159 return "absolute";
197 case absolute:
  /external/conscrypt/openjdk/src/main/java/org/conscrypt/
NativeLibraryLoader.java 94 // Good to have an absolute path, but it's OK.
119 final boolean absolute; field in class:NativeLibraryLoader.LoadResult
125 String name, boolean absolute, boolean usingHelperClassloader) {
126 return new LoadResult(name, absolute, true, usingHelperClassloader, null);
130 String name, boolean absolute, boolean usingHelperClassloader, Throwable error) {
131 return new LoadResult(name, absolute, false, usingHelperClassloader, error);
134 private LoadResult(String name, boolean absolute, boolean loaded,
137 this.absolute = absolute;
161 // loading the non-absolute library name directly
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/shader/
toy_compiler_asm.c 65 bool absolute; member in struct:codegen::codegen_src
446 assert(!cg->src[0].absolute && !cg->src[0].negate);
466 assert(!cg->src[1].absolute && !cg->src[1].negate);
490 src->absolute << 13 |
512 src->absolute << 13;
552 src->absolute << 13 |
568 src->absolute << 13 |
845 cg->src[2].absolute << 9 |
847 cg->src[1].absolute << 7 |
849 cg->src[0].absolute << 5
    [all...]
toy_compiler_reg.h 146 unsigned absolute:1; /* true or false */ member in struct:toy_src
592 * Set absolute and unset negate of the source operand.
597 src.absolute = true;
630 bool absolute, bool negate,
644 src.absolute = absolute;
669 .absolute = false,
714 * rectangle is TOY_RECT_LINEAR, and no swizzles/absolute/negate.
toy_compiler_disasm.c 69 unsigned absolute:1; member in struct:disasm_src_operand
518 src->absolute = (bool) (dw & GEN6_INST_SRC_ABSOLUTE);
569 inst->src0.absolute = (bool) (dw1 & GEN6_3SRC_SRC0_ABSOLUTE);
572 inst->src1.absolute = (bool) (dw1 & GEN6_3SRC_SRC1_ABSOLUTE);
575 inst->u.src2.absolute = (bool) (dw1 & GEN6_3SRC_SRC2_ABSOLUTE);
598 inst->src0.absolute = (bool) (dw1 & GEN8_3SRC_SRC0_ABSOLUTE);
601 inst->src1.absolute = (bool) (dw1 & GEN8_3SRC_SRC1_ABSOLUTE);
603 inst->u.src2.absolute = (bool) (dw1 & GEN8_3SRC_SRC2_ABSOLUTE);
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/apache/harmony/kernel/dalvik/
ThreadsTest.java 145 * absolute fashion (<code>true</code>) or nanoseconds to wait
147 private final boolean absolute; field in class:ThreadsTest.Parker
164 * @param absolute whether to use an absolute time or not; in
168 public Parker(CyclicBarrier barrier, boolean absolute, long parkMillis) {
170 this.absolute = absolute;
173 this.amount = absolute ? parkMillis : parkMillis * 1000000;
182 boolean absolute = this.absolute;
    [all...]
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
action.c 363 /* +n, -n are relative, n is absolute. */
410 const bool absolute = (value->expr.op != EXPR_NEGATE && local
429 if (absolute)
434 if (absolute)
  /external/libcxx/src/experimental/filesystem/
operations.cpp 192 path p = absolute(orig_p, base);
793 return absolute(p, current_path());
820 // An absolute path is composed according to the table in [fs.op.absolute].
821 path absolute(const path& p, const path& base) { function
828 auto abs_base = base.is_absolute() ? base : absolute(base);
845 // else p is absolute, return outside of block
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_alu.c 148 static struct rc_src_register absolute(struct rc_src_register reg) function
334 emit1(c, inst->Prev, RC_OPCODE_FRC, 0, dst, absolute(inst->U.I.SrcReg[0]));
335 emit2(c, inst->Prev, RC_OPCODE_ADD, 0, dst, absolute(inst->U.I.SrcReg[0]),
495 inst->U.I.SrcReg[0] = absolute(inst->U.I.SrcReg[0]);
505 negate(absolute(srcreg(RC_FILE_TEMPORARY, dst.Index))), builtin_zero, builtin_one);
572 negate(absolute(srcreg(RC_FILE_TEMPORARY, dst.Index))), builtin_one, builtin_zero);
655 * absolute value.
698 /* Note: r500 can take absolute values, but r300 cannot. */
985 absolute(swizzle_xxxx(src)),
989 absolute(swizzle_xxxx(srcreg(RC_FILE_TEMPORARY, tempreg)))
    [all...]
  /libcore/ojluni/src/main/java/java/sql/
ResultSet.java 103 * and forwards, to an absolute position, or to a position
111 * rs.absolute(5); // moves the cursor to the fifth row of rs
1224 boolean absolute( int row ) throws SQLException; method in interface:ResultSet
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixPath.java 675 // other path is absolute so this path must be absolute
829 UnixPath absolute = toAbsolutePath(); local
834 byte[] rp = realpath(absolute);
844 for (int i=0; i<absolute.getNameCount(); i++) {
845 UnixPath element = absolute.getName(i);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/experimental/filesystem/
operations.cpp 165 path p = absolute(orig_p, base);
750 return absolute(p, current_path());
777 // An absolute path is composed according to the table in [fs.op.absolute].
778 path absolute(const path& p, const path& base) { function
785 auto abs_base = base.is_absolute() ? base : absolute(base);
802 // else p is absolute, return outside of block
  /cts/tests/tests/graphics/src/android/graphics/cts/
ColorSpaceTest.java 544 ColorSpace.RenderIntent.ABSOLUTE);
546 float[] absolute = connector.transform(source[0], source[1], source[2]); local
547 assertNotNull(absolute);
548 assertEquals(3, absolute.length);
549 assertArrayNotEquals(source, absolute, 1e-5f);
550 assertArrayNotEquals(relative, absolute, 1e-5f);
551 assertArrayEquals(new float[] { 0.8475f, 0.9217f, 0.8203f }, absolute, 1e-4f);
651 ColorSpace.get(ColorSpace.Named.CIE_LAB), ColorSpace.RenderIntent.ABSOLUTE);
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
Impl_RowSet.java 251 public boolean absolute(int row) throws SQLException { method in class:Impl_RowSet
  /external/python/cpython3/Lib/
pathlib.py 133 # - extended paths are always absolute; "relative" extended paths will
203 # Means fallback on absolute
919 """True if the path is absolute (has both a root and, if applicable,
1096 def absolute(self): member in class:Path
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
URITest.java 664 URI absolute = new URI("http://android.com/"); local
666 assertEquals(absolute, absolute.resolve(absolute));
667 assertEquals(new URI("http://android.com/robots.txt"), absolute.resolve(relative));
668 assertEquals(absolute, relative.resolve(absolute));
673 URI absolute = new URI("http://android.com/"); local
675 assertEquals(relative, absolute.relativize(new URI("http://android.com/robots.txt")));
676 assertEquals(new URI(""), absolute.relativize(absolute))
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-m32c.c 246 enum indirect_type {none, relative, absolute} ;
260 indirection[operand] = absolute;
298 else if (s[0] == ']' && indirection[operand] == absolute)
923 /* Absolute relocs for 8-bit fields. */
948 /* Absolute relocs for 16-bit fields. */
972 /* Absolute relocs for 24-bit fields. */
987 /* Absolute relocs for 32-bit fields. */
244 enum indirect_type {none, relative, absolute} ; enumerator in enum:indirect_type
    [all...]
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_compiler.c 682 * absolute modifiers. */
685 inst->Src[0].Register.Absolute)
798 absolute(struct etna_inst_src src) function
937 .abs = reg->Absolute,
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_insn.c 264 if (reg->Register.Absolute) {
414 * Apply the absolute value modifier to the given src_register, returning
418 absolute(struct src_register src) function
    [all...]
  /external/toybox/toys/pending/
fdisk.c 741 int absolute = 0; local
752 absolute = ONE_K;
755 absolute = 1000;
759 absolute = 1000000;
763 absolute = 1000000000;
768 if (absolute) {
769 unsigned long long bytes = (unsigned long long) val * absolute;
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/sisu-equinox-embedder/0.18.1/
sisu-equinox-embedder-0.18.1.jar 

Completed in 1207 milliseconds

1 2 3 4 5 6 7 8