Home
last modified time | relevance | path

Searched defs:fixed (Results 1 – 25 of 100) sorted by relevance

1234

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/math/
DFixed1616.java25 public static int integral(int fixed) { in integral()
29 public static int fractional(int fixed) { in fractional()
33 public static int fixed(int integral, int fractional) { in fixed() method in Fixed1616
41 public static double doubleValue(int fixed) { in doubleValue()
45 public static String toString(int fixed) { in toString()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/math/
Dfixed1616.h26 static inline int32_t Integral(int32_t fixed) { in Integral()
30 static inline int32_t Fractional(int32_t fixed) { in Fractional()
/third_party/ffmpeg/libavcodec/
Dcos_tablegen.c40 static void printval(double val, int fixed) in printval()
58 int fixed = argc > 1 && strstr(argv[1], "fixed"); in main() local
/third_party/rust/rust/compiler/rustc_macros/src/
Dtype_foldable.rs20 let mut fixed = false; in type_foldable_derive() localVariable
/third_party/liburing/test/
Diopoll.c58 int fixed, int buf_select) in __test_io()
353 static int test_io(const char *file, int write, int sqthread, int fixed, in test_io()
429 int fixed = (i & 4) != 0; in main() local
Dio_uring_passthrough.c69 int sqthread, int fixed, int nonvec) in __test_io()
253 int fixed, int nonvec) in test_io()
451 int fixed = (i & 4) != 0; in main() local
Daccept-non-empty.c62 static int test_maccept(struct data *d, int flags, int fixed) in test_maccept()
194 static int test(int flags, int fixed) in test()
Dread-write.c46 int buffered, int sqthread, int fixed, int nonvec, in __test_io()
233 int fixed, int nonvec, int exp_len) in test_io()
883 int fixed = (i & 8) != 0; in main() local
984 int fixed = (i & 8) != 0; in main() local
Daccept.c40 bool fixed; member
56 static void close_sock_fds(int s_fd[], int c_fd[], int nr, bool fixed) in close_sock_fds()
77 static void queue_recv(struct io_uring *ring, int fd, bool fixed) in queue_recv()
94 int idx, bool fixed) in queue_accept_multishot()
271 bool fixed = args.fixed; in test_loop() local
Dpoll-cancel-all.c17 static int test1(struct io_uring *ring, int *fd, int fixed) in test1()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcharconv.h31 fixed = 2, enumerator
/third_party/protobuf/third_party/abseil-cpp/absl/strings/
Dcharconv.h32 fixed = 2, enumerator
/third_party/icu/icu4c/as_is/
Dbomlist.py24 fixed=0 variable
/third_party/skia/third_party/externals/tint/src/writer/
Dfloat_to_string.cc32 std::stringstream fixed; in FloatToString() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcharconv_parse.cc123 bool fixed = (flags & chars_format::fixed) == chars_format::fixed; in AllowExponent() local
131 bool fixed = (flags & chars_format::fixed) == chars_format::fixed; in RequireExponent() local
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dfixed_array_test.cc359 absl::FixedArray<int, ABSL_ARRAYSIZE(kInput) - 1> const fixed( in TEST() local
369 absl::FixedArray<int, ABSL_ARRAYSIZE(kInput)> const fixed( in TEST() local
380 absl::FixedArray<std::string> const fixed(kInput, in TEST() local
390 absl::FixedArray<int> const fixed(empty.begin(), empty.end()); in TEST() local
398 absl::FixedArray<int> const fixed(items.begin(), items.end()); in TEST() local
408 absl::FixedArray<int> const fixed(items.begin(), items.end()); in TEST() local
413 absl::FixedArray<int> fixed = {1, 2, 3}; in TEST() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dflexarray.rs62 pub fn fixed(&self) -> (&flexarray<[::std::os::raw::c_int; 0]>, usize) { in fixed() method
152 pub fn fixed(&self) -> (&flexarray_zero<[::std::os::raw::c_int; 0]>, usize) { in fixed() method
239 pub fn fixed(&self) -> (&flexarray_template<T, [T; 0]>, usize) { in fixed() method
368 pub fn fixed( in fixed() method
478 pub fn fixed(&self) -> (&flexarray_align<[::std::os::raw::c_int; 0]>, usize) { in fixed() method
/third_party/skia/m133/gm/
Dninepatchstretch.cpp74 const SkScalar fixed = SkIntToScalar(fImage->width() - fCenter.width()); in onDraw() local
/third_party/skia/gm/
Dninepatchstretch.cpp78 const SkScalar fixed = SkIntToScalar(fImage->width() - fCenter.width()); in onDraw() local
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dtime_zone_test.cc77 absl::TimeZone fixed = absl::FixedTimeZone((((3 * 60) + 25) * 60) + 45); in TEST() local
/third_party/libwebsockets/win32port/zlib/
Dinfback.c79 static code fixed[544]; local
/third_party/zlib/
Dinfback.c80 static code fixed[544]; in fixedtables() local
/third_party/skia/third_party/externals/zlib/
Dinfback.c88 static code fixed[544]; local
/third_party/skia/m133/third_party/externals/zlib/
Dinfback.c80 static code fixed[544]; in fixedtables() local
/third_party/openssl/test/
Dwpackettest.c24 static const unsigned char fixed[] = { 0xff, 0xff, 0xff }; variable

1234