/third_party/pulseaudio/speex/tmv/ |
H A D | fixed_tm.h | 56 #undef ABS macro 59 #define ABS(x) iabs(x) macro
|
/third_party/ffmpeg/libavfilter/ |
H A D | avf_ahistogram.c | 35 enum HistogramMode { ABS, SIGN, NB_HMODES }; enumerator 89 { "hmode", "set histograms mode", OFFSET(hmode), AV_OPT_TYPE_INT, {.i64=ABS}, 0, NB_HMODES-1, FLAGS, "hmode" }, 90 { "abs", "use absolute samples", 0, AV_OPT_TYPE_CONST, {.i64=ABS}, 0, 0, FLAGS, "hmode" }, 178 case ABS: s->get_bin = get_lin_bin_abs; break; in config_output() 186 case ABS: s->get_bin = get_log_bin_abs; break; in config_output()
|
H A D | vf_pullup.c | 65 #define ABS(a) (((a) ^ ((a) >> 31)) - ((a) >> 31)) macro 73 diff += ABS(a[j] - b[j]); in diff_c() 87 comb += ABS((a[j] << 1) - b[j - s] - b[j ]) + in comb_c() 88 ABS((b[j] << 1) - a[j ] - a[j + s]); in comb_c() 102 var += ABS(a[j] - a[j + s]); in var_c()
|
/third_party/icu/icu4c/source/common/ |
H A D | utrie.cpp | 33 #undef ABS macro 34 #define ABS(x) ((x)>=0 ? (x) : -(x)) macro 256 return trie->data[ABS(block)+(c&UTRIE_MASK)]; in utrie_get32() 554 trie->map[ABS(trie->index[i])>>UTRIE_SHIFT]=0; in _findUnusedBlocks() 685 trie->index[i]=trie->map[ABS(trie->index[i])>>UTRIE_SHIFT]; in utrie_compact()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | utrie.cpp | 33 #undef ABS macro 34 #define ABS(x) ((x)>=0 ? (x) : -(x)) macro 256 return trie->data[ABS(block)+(c&UTRIE_MASK)]; in utrie_get32() 554 trie->map[ABS(trie->index[i])>>UTRIE_SHIFT]=0; in _findUnusedBlocks() 685 trie->index[i]=trie->map[ABS(trie->index[i])>>UTRIE_SHIFT]; in utrie_compact()
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | rpng2-win.c | 137 #define ABS(a) ((a)<0?-(a):(a)) macro 1009 gray = (double)MAX(ABS(y), ABS(x)) / grayspot; 1016 s = gray * ((double)(ABS(x)+ABS(y)) / (double)(hw + hh));
|
H A D | rpng2-x.c | 144 #define ABS(a) ((a)<0?-(a):(a)) macro 1261 gray = (double)MAX(ABS(y), ABS(x)) / grayspot; in rpng2_x_load_bg_image() 1268 s = gray * ((double)(ABS(x)+ABS(y)) / (double)(hw + hh)); in rpng2_x_load_bg_image() 2029 gray = (double)MAX(ABS(y), ABS(x)) / grayspot; in rpng2_x_reload_bg_image() 2036 s = gray * ((double)(ABS(x)+ABS(y)) / (double)(hw + hh)); in rpng2_x_reload_bg_image()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | utrie.cpp | 33 #undef ABS macro 34 #define ABS(x) ((x)>=0 ? (x) : -(x)) macro 256 return trie->data[ABS(block)+(c&UTRIE_MASK)]; in utrie_get32() 554 trie->map[ABS(trie->index[i])>>UTRIE_SHIFT]=0; in _findUnusedBlocks() 685 trie->index[i]=trie->map[ABS(trie->index[i])>>UTRIE_SHIFT]; in utrie_compact()
|
/third_party/libevdev/libevdev/ |
H A D | libevdev-int.h | 292 max_mask(ABS, abs); in type_to_mask_const() 315 max_mask(ABS, abs); in type_to_mask()
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | APIInfo.java | 36 public static final int ABS = 5, ABS_ABSTRACT = 1; field in APIInfo 102 public void setAbstract() { setType(ABS, ABS_ABSTRACT); } in setAbstract() 128 public boolean isAbstract() { return getVal(ABS) == ABS_ABSTRACT; } in isAbstract()
|
H A D | CheckAPI.java | 89 private static final int ABS = 5, ABS_ABSTRACT = 1; field in CheckAPI 342 setType(ABS, ABS_ABSTRACT); in read() 374 setType(ABS, ABS_ABSTRACT); in read()
|
/third_party/lame/libmp3lame/ |
H A D | util.c | 307 #define ABS(A) (((A)>0) ? (A) : -(A)) macro 323 if (ABS(bitrate_table[version][i] - bRate) < ABS(bitrate - bRate)) in FindNearestBitrate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | GCNDPPCombine.cpp | 199 assert(0LL == (Mod0->getImm() & ~(SISrcMods::ABS | SISrcMods::NEG))); in createDPPInst() 222 assert(0LL == (Mod1->getImm() & ~(SISrcMods::ABS | SISrcMods::NEG))); in createDPPInst() 496 const int64_t Mask = ~(SISrcMods::ABS | SISrcMods::NEG); in combineDPPMov()
|
H A D | SIDefines.h | 183 ABS = 1 << 1, // Floating-point absolute modifier 185 NEG_HI = ABS, // Floating-point negate high packed component modifier.
|
H A D | AMDGPUISelDAGToDAG.cpp | 2407 Mods |= SISrcMods::ABS; in SelectVOP3ModsImpl() 2584 if ((Mods & SISrcMods::ABS) == 0) { in SelectVOP3PMadMixModsImpl() 2591 if ((ModsTmp & SISrcMods::ABS) != 0) in SelectVOP3PMadMixModsImpl() 2592 Mods |= SISrcMods::ABS; in SelectVOP3PMadMixModsImpl()
|
/third_party/libsnd/tests/ |
H A D | lossy_comp_test.c | 935 if (ABS (data [channels * k] / scale) > decay_response (channels * k)) in lcomp_test_int() 1130 if (ABS (data [channels * k]) > decay_response (channels * k)) in lcomp_test_float() 1306 half_max_abs = LCT_MAX (half_max_abs, ABS (0.5 * data [k])) ; in lcomp_test_double() 1325 if (ABS (data [channels * k]) > decay_response (channels * k)) in lcomp_test_double() 1535 half_max_abs = (int) (LCT_MAX (half_max_abs, ABS (0.5 * data [k]))) ; in sdlcomp_test_short() 1551 if (ABS (data [k]) > decay_response (k)) in sdlcomp_test_short() 2005 half_max_abs = LCT_MAX (half_max_abs, ABS (0.5 * data [k] * scale)) ; in sdlcomp_test_float() 2022 if (ABS (data [k]) > decay_response (k)) in sdlcomp_test_float() 2266 if (ABS (data [k]) > decay_response (k)) in sdlcomp_test_double()
|
H A D | raw_test.c | 89 if (ABS (BUFFER_LEN - sfinfo.frames) > 1) in raw_offset_test()
|
H A D | fix_this.c | 181 if (ABS (data [k] / scale) > decay_response (k)) in lcomp_test_int()
|
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | arch.h | 75 #define ABS(x) ((x) < 0 ? (-(x)) : (x)) /**< Absolute integer value. */ macro
|
H A D | preprocess.c | 1147 st->noise_suppress = -ABS(*(spx_int32_t*)ptr); in speex_preprocess_ctl() 1153 st->echo_suppress = -ABS(*(spx_int32_t*)ptr); in speex_preprocess_ctl() 1159 st->echo_suppress_active = -ABS(*(spx_int32_t*)ptr); in speex_preprocess_ctl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 450 /// ABS - Determine the unsigned absolute value of a signed integer value of 454 ABS, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCDwarf.cpp | 300 MCSymbol *ABS = Context.createTempSymbol(); in forceExpAbs() 301 OS.EmitAssignment(ABS, Expr); in forceExpAbs() 302 return MCSymbolRefExpr::create(ABS, Context); in forceExpAbs() 306 const MCExpr *ABS = forceExpAbs(OS, Value); in emitAbsValue() local 307 OS.EmitValue(ABS, Size); in emitAbsValue()
|
/third_party/mesa3d/src/nouveau/codegen/lib/ |
H A D | gf100.asm | 41 // DIV S32, like DIV U32 after taking ABS(inputs)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUInstPrinter.cpp | 634 (InputModifiers & SISrcMods::ABS) == 0) { in printOperandAndFPInputMods() 645 if (InputModifiers & SISrcMods::ABS) in printOperandAndFPInputMods() 648 if (InputModifiers & SISrcMods::ABS) in printOperandAndFPInputMods()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 392 case ISD::ABS: return "abs"; in getOperationName()
|