Home
last modified time | relevance | path

Searched defs:Zero (Results 1 – 10 of 10) sorted by relevance

/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_fmodf.c28 static const float one = 1.0, Zero[] = {0.0, -0.0,}; variable
H A Ds_remquof.c19 static const float Zero[] = {0.0, -0.0,}; variable
H A De_fmod.c28 static const double one = 1.0, Zero[] = {0.0, -0.0,}; variable
H A Ds_remquo.c21 static const double Zero[] = {0.0, -0.0,}; variable
H A De_fmodl.c52 static const long double one = 1.0, Zero[] = {0.0, -0.0,}; variable
H A Ds_remquol.c52 static const long double Zero[] = {0.0L, -0.0L}; variable
/aosp12/art/runtime/verifier/
H A Dreg_type_cache.h116 const ConstantType& Zero() REQUIRES_SHARED(Locks::mutator_lock_) { in Zero() function
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dpartition_cow_creator_test.cpp208 TEST_F(PartitionCowCreatorTest, Zero) { in TEST_F() argument
/aosp12/frameworks/base/tools/aapt2/
H A DResourceValues.h353 enum { Zero = 0, One, Two, Few, Many, Other, Count }; enumerator
/aosp12/system/tools/hidl/
H A DConstantExpression.cpp160 std::unique_ptr<ConstantExpression> ConstantExpression::Zero(ScalarType::Kind kind) { in Zero() function in android::ConstantExpression