Home
last modified time | relevance | path

Searched refs:ABS (Results 1 - 25 of 52) sorted by relevance

123

/third_party/pulseaudio/speex/tmv/
H A Dfixed_tm.h56 #undef ABS macro
59 #define ABS(x) iabs(x) macro
/third_party/ffmpeg/libavfilter/
H A Davf_ahistogram.c35 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 Dvf_pullup.c65 #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 Dutrie.cpp33 #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 Dutrie.cpp33 #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 Drpng2-win.c137 #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 Drpng2-x.c144 #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 Dutrie.cpp33 #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 Dlibevdev-int.h292 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 DAPIInfo.java36 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 DCheckAPI.java89 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 Dutil.c307 #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 DGCNDPPCombine.cpp199 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 DSIDefines.h183 ABS = 1 << 1, // Floating-point absolute modifier
185 NEG_HI = ABS, // Floating-point negate high packed component modifier.
H A DAMDGPUISelDAGToDAG.cpp2407 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 Dlossy_comp_test.c935 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 Draw_test.c89 if (ABS (BUFFER_LEN - sfinfo.frames) > 1) in raw_offset_test()
H A Dfix_this.c181 if (ABS (data [k] / scale) > decay_response (k)) in lcomp_test_int()
/third_party/pulseaudio/speex/libspeexdsp/
H A Darch.h75 #define ABS(x) ((x) < 0 ? (-(x)) : (x)) /**< Absolute integer value. */ macro
H A Dpreprocess.c1147 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 DISDOpcodes.h450 /// 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 DMCDwarf.cpp300 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 Dgf100.asm41 // 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 DAMDGPUInstPrinter.cpp634 (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 DSelectionDAGDumper.cpp392 case ISD::ABS: return "abs"; in getOperationName()

Completed in 37 milliseconds

123