HomeSort by relevance Sort by last modified time
    Searched defs:minnum (Results 1 - 18 of 18) sorted by null

  /external/curl/lib/
parsedate.c 336 int minnum = -1; local
390 &hournum, &minnum, &secnum, &len))) {
395 (2 == sscanf(date, "%02d:%02d%n", &hournum, &minnum, &len))) {
486 secnum = minnum = hournum = 0; /* no time, make it zero */
508 (hournum > 23) || (minnum > 59) || (secnum > 60))
512 tm.tm_min = minnum;
  /external/llvm/include/llvm/ADT/
APFloat.h 665 /// Implements IEEE minNum semantics. Returns the smaller of the 2 arguments if
668 inline APFloat minnum(const APFloat &A, const APFloat &B) { function in namespace:llvm
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
APFloat.h 1107 inline APFloat minnum(const APFloat &A, const APFloat &B) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 1206 inline APFloat minnum(const APFloat &A, const APFloat &B) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
APFloat.h 1212 inline APFloat minnum(const APFloat &A, const APFloat &B) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
APFloat.h 1212 inline APFloat minnum(const APFloat &A, const APFloat &B) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
APFloat.h 1227 inline APFloat minnum(const APFloat &A, const APFloat &B) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
APFloat.h 1227 inline APFloat minnum(const APFloat &A, const APFloat &B) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
APFloat.h 1227 inline APFloat minnum(const APFloat &A, const APFloat &B) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
APFloat.h 1227 inline APFloat minnum(const APFloat &A, const APFloat &B) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 1206 inline APFloat minnum(const APFloat &A, const APFloat &B) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
APFloat.h 1212 inline APFloat minnum(const APFloat &A, const APFloat &B) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
APFloat.h 1212 inline APFloat minnum(const APFloat &A, const APFloat &B) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
APFloat.h 1227 inline APFloat minnum(const APFloat &A, const APFloat &B) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
APFloat.h 1227 inline APFloat minnum(const APFloat &A, const APFloat &B) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
APFloat.h 1227 inline APFloat minnum(const APFloat &A, const APFloat &B) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
APFloat.h 1227 inline APFloat minnum(const APFloat &A, const APFloat &B) { function in namespace:llvm
    [all...]
  /external/mksh/src/
funcs.c 2539 unsigned long majnum, minnum; local
    [all...]

Completed in 1473 milliseconds