Searched defs:min_ (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
D | log_uniform_int_distribution.h | 60 : min_(min), in min_() function 110 result_type min_; variable
|
/third_party/googletest/googlemock/src/ |
D | gmock-cardinalities.cc | 86 const int min_; member in testing::__anon6f2706b60111::BetweenCardinalityImpl
|
/third_party/skia/third_party/skcms/src/ |
D | Transform_inl.h | 225 SI F min_(F x, F y) { return (F)vminq_f16((float16x8_t)x, (float16x8_t)y); } in min_() function 228 SI F min_(F x, F y) { return (F)vminq_f32((float32x4_t)x, (float32x4_t)y); } in min_() function 231 SI F min_(F x, F y) { return if_then_else(x > y, y, x); } in min_() function
|
/third_party/skia/third_party/externals/libwebp/src/utils/ |
D | quant_levels_dec_utils.c | 66 int min_, max_; // min and max level values member
|
/third_party/node/deps/v8/src/regexp/ |
D | regexp-ast.h | 444 int min_; variable
|
/third_party/node/deps/v8/src/logging/ |
D | counters.h | 212 int min_; variable
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsVertexArrayTests.cpp | 1836 …usage_, int componentCount_, int offset_, int stride_, bool normalize_, GLValue min_, GLValue max_) in ArraySpec()
|
/third_party/libinput/tools/ |
D | libinput-debug-gui.c | 71 #define clip(val_, min_, max_) min((max_), max((min_), (val_))) argument
|