Home
last modified time | relevance | path

Searched defs:pow10 (Results 1 – 25 of 35) sorted by relevance

12

/aosp_15_r20/libcore/ojluni/src/main/java/jdk/internal/math/
H A DMathUtils.java66 private static final long[] pow10 = { field in MathUtils
94 static long pow10(int e) { in pow10() method in MathUtils
H A DFormattedFPDecimal.java268 long pow10 = MathUtils.pow10(n - p); in round() local
H A DFloatingDecimal.java371 …long pow10 = FDBigInteger.LONG_5_POW[insignificantDigits] << insignificantDigits; // 10^i == 5^i *… in developLongDigits() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/src/lexical/
H A Dnum.rs247 fn pow10(self, n: i32) -> Self; in pow10() method
342 fn pow10(self, n: i32) -> f32 { in pow10() method
401 fn pow10(self, n: i32) -> f64 { in pow10() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json_lenient-0.2.1/src/lexical/
H A Dnum.rs247 fn pow10(self, n: i32) -> Self; in pow10() method
342 fn pow10(self, n: i32) -> f32 { in pow10() method
401 fn pow10(self, n: i32) -> f64 { in pow10() method
/aosp_15_r20/external/rust/android-crates-io/crates/serde_json/src/lexical/
Dnum.rs247 fn pow10(self, n: i32) -> Self; in pow10() method
343 fn pow10(self, n: i32) -> f32 { in pow10() method
407 fn pow10(self, n: i32) -> f64 { in pow10() method
/aosp_15_r20/prebuilts/go/linux-x86/test/
Dfloat_lit.go13 func pow10(pow int) float64 { func
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/detail/
Dpow10.hpp104 inline T pow10(unsigned dim) in pow10() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/support/numeric_utils/
Dpow10.hpp102 inline T pow10(unsigned dim) in pow10() function
/aosp_15_r20/external/skia/src/utils/
H A DSkFloatToDecimal.cpp36 static double pow10(int e) { in pow10() function
H A DSkJSON.cpp306 static inline float pow10(int32_t exp) { in pow10() function
/aosp_15_r20/external/pdfium/core/fpdfapi/edit/
H A Dcpdf_contentstream_write_utils.cpp18 double pow10(int e) { in pow10() function
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.CpuFreq/
H A Dcpu_freq_track.ts248 const pow10 = Math.pow(10, exp); constant
/aosp_15_r20/external/perfetto/ui/src/components/tracks/
H A Dbase_counter_track.ts33 const pow10 = Math.pow(10, exp); constant
/aosp_15_r20/external/libxaac/decoder/
H A Dixheaacd_imdct.c217 FLOAT32 gain, ztemp, ftemp, pow10, rem10; in ixheaacd_cal_fac_data() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DRational.java304 public static Rational pow10(int i) { in pow10() method in Rational
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/time/
H A Dduration.cc716 double pow10; member
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/
Dduration.cc716 double pow10; member
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/time/
H A Dduration.cc716 double pow10; member
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/time/
H A Dduration.cc716 double pow10; member
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/time/
H A Dduration.cc719 double pow10; member
/aosp_15_r20/external/abseil-cpp/absl/time/
H A Dduration.cc719 double pow10; member
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/time/
H A Dduration.cc719 double pow10; member
/aosp_15_r20/external/ublksrv/include/nlohmann/
H A Djson.hpp16936 inline int find_largest_pow10(const std::uint32_t n, std::uint32_t& pow10) in find_largest_pow10()
17073 std::uint32_t pow10{}; in grisu2_digit_gen() local
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/apache/maven/maven-ant-tasks/2.1.3/
HDmaven-ant-tasks-2.1.3.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/DEPENDENCIES META-INF ...

12