OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quotient
(Results
26 - 36
of
36
) sorted by null
1
2
/external/quake/quake/src/WinQuake/
d_polyse.cpp
97
int
quotient
;
member in struct:__anon10477
508
ubasestep = ptemp->
quotient
;
/external/webkit/Source/JavaScriptCore/wtf/
DateMath.cpp
380
int
quotient
= difference / 28;
local
381
int product = (
quotient
) * 28;
[
all
...]
/external/v8/src/arm/
lithium-codegen-arm.cc
867
DwVfpRegister
quotient
= double_scratch0();
local
872
ASSERT(!dividend.is(
quotient
));
873
ASSERT(!divisor.is(
quotient
));
940
// Compute the
quotient
and round it to a 32bit integer.
941
__ vdiv(
quotient
, dividend, divisor);
942
__ vcvt_s32_f64(
quotient
.low(),
quotient
);
943
__ vcvt_f64_s32(
quotient
,
quotient
.low());
947
__ vmul(double_scratch, divisor,
quotient
);
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm.mli
729
(** [const_udiv c1 c2] returns the constant
quotient
[c1 / c2] of two unsigned
734
(** [const_sdiv c1 c2] returns the constant
quotient
[c1 / c2] of two signed
739
(** [const_exact_sdiv c1 c2] returns the constant
quotient
[c1 / c2] of two
744
(** [const_fdiv c1 c2] returns the constant
quotient
[c1 / c2] of two floating
[
all
...]
/external/dropbear/libtommath/
bn.tex
[
all
...]
/dalvik/vm/mterp/out/
InterpAsm-x86-atom.S
[
all
...]
/external/v8/benchmarks/
earley-boyer.js
366
/*** META ((export
quotient
/fx)
[
all
...]
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-earley-boyer.js
360
/*** META ((export
quotient
/fx)
[
all
...]
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-earley-boyer.js
360
/*** META ((export
quotient
/fx)
[
all
...]
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-earley-boyer.js
360
/*** META ((export
quotient
/fx)
[
all
...]
/external/dropbear/libtomcrypt/
crypt.tex
[
all
...]
Completed in 1294 milliseconds
1
2