Home
last modified time | relevance | path

Searched +defs:val +defs:f (Results 1276 – 1300 of 2681) sorted by relevance

1...<<51525354555657585960>>...108

/aosp_15_r20/external/toybox/lib/
H A Dportability.c388 fstore_t f; in posix_fallocate() local
729 int timer_settime_wrap(timer_t t, int flags, struct itimerspec *val, in timer_settime_wrap()
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_hooks.py37 def __init__(self, val): argument
310 def f(x): function
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/plugin/SystemUIPluginLib/android_common/repackaged-jarjar/turbine/
DSystemUIPluginLib.jarorg/jspecify/annotations/package-info.class <Unknown> package org.jspecify. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/plugin/SystemUIPluginLib/android_common/turbine-combined/
DSystemUIPluginLib.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/activity_release.kotlin_module META ...
/aosp_15_r20/out/soong/.intermediates/external/testng/testng/linux_glibc_common/local-javac-header/
Dtestng.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/testng/testng/linux_glibc_common/javac/
Dtestng.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/ ...
/aosp_15_r20/external/libvpx/third_party/libyuv/source/
H A Drow_common.cc60 static __inline uint32_t Clamp(int32_t val) { in Clamp()
65 static __inline uint32_t Clamp10(int32_t val) { in Clamp10()
849 #define SHADE(f, v) v* f >> 24 argument
878 #define SHADE(f, v) v* f >> 16 argument
906 #define SHADE(f, v) clamp255(v + f) argument
933 #define SHADE(f, v) clamp0(f - v) argument
2312 #define BLEND(f, b, a) (((256 - a) * b) >> 8) + f argument
2367 #define UBLEND(f, b, a) (((a)*f) + ((255 - a) * b) + 255) >> 8 argument
2388 #define ATTENUATE(f, a) (a | (a << 8)) * (f | (f << 8)) >> 24 argument
/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui.cpp1534 FILE* f; in ImFileLoadToMemory() local
1811 float f = h - (float)i; in ColorConvertHSVtoRGB() local
1964 void ImGuiStorage::SetInt(ImGuiID key, int val) in SetInt()
1975 void ImGuiStorage::SetBool(ImGuiID key, bool val) in SetBool()
1980 void ImGuiStorage::SetFloat(ImGuiID key, float val) in SetFloat()
1991 void ImGuiStorage::SetVoidPtr(ImGuiID key, void* val) in SetVoidPtr()
2066 TextRange& f = Filters[i]; in Build() local
2088 const TextRange& f = Filters[i]; in PassFilter() local
5830 void ImGui::PushStyleVar(ImGuiStyleVar idx, float val) in PushStyleVar()
5844 void ImGui::PushStyleVar(ImGuiStyleVar idx, const ImVec2& val) in PushStyleVar()
[all …]
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
HDant-1.8.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/invoke/
H A DMethodHandlesTest.java726 private UnreflectTester(String val) { in UnreflectTester()
733 public UnreflectTester(String val, boolean unused) { in UnreflectTester()
1135 Float f = (Float) mh.invokeExact("1.375"); in testReferenceReturnValueConversions() local
/aosp_15_r20/external/icu/icu4c/source/tools/tzcode/
H A Dtz2icu.cpp244 int64_t val=0; in readcoded() local
262 int64_t val=0; in readcoded64() local
1686 ifstream f(zonetab.c_str()); in main() local
/aosp_15_r20/external/cronet/third_party/icu/source/tools/tzcode/
H A Dtz2icu.cpp244 int64_t val=0; in readcoded() local
262 int64_t val=0; in readcoded64() local
1691 ifstream f(zonetab.c_str()); in main() local
/aosp_15_r20/external/pytorch/torch/_export/serde/
H A Dserialize.py355 def _int_to_sympy_int(val) -> sympy.Expr: argument
583 def export_nn_module_stack(val): argument
2500 def for_args(f, a): argument
/aosp_15_r20/external/e2fsprogs/misc/
H A Dmke2fs.c231 FILE *f; in read_bb_file() local
254 FILE *f; in test_disk() local
2983 int val, hash_alg; in main() local
/aosp_15_r20/external/arm-optimized-routines/math/test/
H A Dmathtest.c952 double f; member
958 float f; member
1317 unsigned long long val; in runtest() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Ddoctest.py1419 def __record_outcome(self, test, f, t): argument
2106 def run_docstring_examples(f, globs, verbose=False, name="NoName", argument
2684 def __init__(self, val): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Ddoctest.py1419 def __record_outcome(self, test, f, t): argument
2106 def run_docstring_examples(f, globs, verbose=False, name="NoName", argument
2684 def __init__(self, val): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Ddoctest.py1419 def __record_outcome(self, test, f, t): argument
2106 def run_docstring_examples(f, globs, verbose=False, name="NoName", argument
2684 def __init__(self, val): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Ddoctest.py1419 def __record_outcome(self, test, f, t): argument
2106 def run_docstring_examples(f, globs, verbose=False, name="NoName", argument
2684 def __init__(self, val): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Ddoctest.py1419 def __record_outcome(self, test, f, t): argument
2106 def run_docstring_examples(f, globs, verbose=False, name="NoName", argument
2684 def __init__(self, val): argument
/aosp_15_r20/external/python/cpython3/Lib/
Ddoctest.py1419 def __record_outcome(self, test, f, t): argument
2106 def run_docstring_examples(f, globs, verbose=False, name="NoName", argument
2684 def __init__(self, val): argument
/aosp_15_r20/external/swiftshader/src/Reactor/
H A DReactor.cpp208 static Value *createSwizzle4(Value *val, uint16_t select) in createSwizzle4()
279 RValue<Bool> operator!(RValue<Bool> val) in operator !()
470 RValue<Byte> operator+(RValue<Byte> val) in operator +()
475 RValue<Byte> operator-(RValue<Byte> val) in operator -()
480 RValue<Byte> operator~(RValue<Byte> val) in operator ~()
485 RValue<Byte> operator++(Byte &val, int) // Post-increment in operator ++()
495 const Byte &operator++(Byte &val) // Pre-increment in operator ++()
503 RValue<Byte> operator--(Byte &val, int) // Post-decrement in operator --()
513 const Byte &operator--(Byte &val) // Pre-decrement in operator --()
705 RValue<SByte> operator+(RValue<SByte> val) in operator +()
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/customization/SystemUICustomizationLib/android_common/repackaged-jarjar/turbine/
DSystemUICustomizationLib.jarorg/jspecify/annotations/package-info.class <Unknown> package org.jspecify. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/customization/SystemUICustomizationLib/android_common/turbine-combined/
DSystemUICustomizationLib.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/activity_release.kotlin_module META ...
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsDrawTest.cpp286 inline static void alignmentSafeAssignment(char *dst, T val) in alignmentSafeAssignment()
828 inline deFloat16 GLValue::Half::floatToHalf(float f) in floatToHalf()
1199 inline GLValue::Fixed abs(GLValue::Fixed val) in abs()
1205 inline GLValue::Ubyte abs(GLValue::Ubyte val) in abs()
1211 inline GLValue::Byte abs(GLValue::Byte val) in abs()
1217 inline GLValue::Ushort abs(GLValue::Ushort val) in abs()
1223 inline GLValue::Short abs(GLValue::Short val) in abs()
1229 inline GLValue::Float abs(GLValue::Float val) in abs()
1235 inline GLValue::Double abs(GLValue::Double val) in abs()
1241 inline GLValue::Uint abs(GLValue::Uint val) in abs()
[all …]

1...<<51525354555657585960>>...108