HomeSort by: relevance | last modified time | path
    Searched refs:fractions (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/src/
chrono.cpp 227 auto fractions = counter.QuadPart % freq.QuadPart; local
228 auto dur = seconds * nano::den + fractions * nano::den / freq.QuadPart;
  /src/sys/arch/mips/mips/
fp.S 958 addu t2, t2, ta2 # add fractions
975 subu t2, t2, ta2 # subtract fractions
982 subu t2, ta2, t2 # subtract fractions
1110 addu t3, t3, ta3 # add fractions
1112 addu t2, t2, ta2 # add fractions
1138 subu t3, t3, ta3 # subtract fractions
1139 subu t2, t2, ta2 # subtract fractions
1151 subu t3, ta3, t3 # subtract fractions
1152 subu t2, ta2, t2 # subtract fractions
1197 multu t2, ta2 # multiply fractions
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/m68k/
lb1sf68.S 1783 | to ensure that the product of the fractions is close to 1.
1856 | ensure that the ratio of the fractions is around 1. We do this by
1891 | that the ratio of the fractions will be less than 2 but greater than 1/2.
3342 | to ensure that the product of the fractions is close to 1.
3406 | ensure that the ratio of the fractions is close to 1. We do this by
3439 | that the ratio of the fractions will be less than 2 but greater than 1/2.
3446 movel d7,a0 | d6-d7 will hold the ratio of the fractions
  /src/external/gpl2/gettext/dist/build-aux/
texinfo.tex 2141 % 2/1/96, to allow fractions to be given with more than one digit.

Completed in 28 milliseconds