OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fraction
(Results
126 - 150
of
1230
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/bison/lib/
printf-frexpl.c
1
/* Split a 'long double' into
fraction
and mantissa, for hexadecimal printf.
printf-frexpl.h
1
/* Split a 'long double' into
fraction
and mantissa, for hexadecimal printf.
/external/chromium/chrome/browser/ui/cocoa/location_bar/
image_decoration.mm
52
fraction
:1.0
/external/chromium_org/chrome/browser/ui/cocoa/
hover_close_button.mm
99
fraction
:1.0
108
fraction
:1.0
125
fraction
:1.0 - value
132
fraction
:value
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
image_decoration.mm
50
fraction
:1.0
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
omnibox_popup_separator_view.mm
45
fraction
:1.0];
/external/chromium_org/chrome/renderer/safe_browsing/
features.h
121
// The
fraction
of form elements whose |action| attribute points to a
139
// The
fraction
of links in the page which point to a domain other than the
145
//
Fraction
of links in the page that use https.
161
// The
fraction
of images whose src attribute points to an external domain.
/external/chromium_org/net/quic/
quic_connection_stats.h
23
// 9.
Fraction
of data transferred that was padding.
/external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableValue.h
45
static PassRefPtr<AnimatableValue> interpolate(const AnimatableValue*, const AnimatableValue*, double
fraction
);
114
virtual PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double
fraction
) const = 0;
115
static PassRefPtr<AnimatableValue> defaultInterpolateTo(const AnimatableValue* left, const AnimatableValue* right, double
fraction
) { return takeConstRef((
fraction
< 0.5) ? left : right); }
/external/chromium_org/third_party/skia/include/gpu/
GrGlyph.h
54
// two most significant
fraction
bits from fixed-point
/external/chromium_org/third_party/skia/src/utils/
SkFloatUtils.h
63
/** # of
fraction
bits in a number. */
72
/** The mask for the
fraction
bits. */
95
/** Returns the
fraction
bits of this number. */
102
// * the
fraction
bits are not all zero.
SkParse.cpp
241
const int*
fraction
= gFractions;
242
const int* end = &
fraction
[SK_ARRAY_COUNT(gFractions)];
243
while (is_digit(*str) &&
fraction
< end)
244
d += (*str++ - '0') * *
fraction
++;
/external/chromium_org/ui/base/cocoa/controls/
hover_image_menu_button_cell.mm
64
fraction
:1.0
/external/fdlibm/
s_significand.c
17
* for exercising the
fraction
-part(F) IEEE 754-1985 test vector.
/external/libvpx/libvpx/vp9/encoder/
vp9_picklpf.c
24
YV12_BUFFER_CONFIG *dst_ybc, int
fraction
) {
28
const int lines_to_copy = MAX(height >> (
fraction
+ 4), 1) << 4;
36
YV12_BUFFER_CONFIG *dest, int
Fraction
) {
43
int linestocopy = (source->y_height >> (
Fraction
+ 4));
/external/skia/include/gpu/
GrGlyph.h
54
// two most significant
fraction
bits from fixed-point
/external/skia/src/utils/
SkFloatUtils.h
63
/** # of
fraction
bits in a number. */
72
/** The mask for the
fraction
bits. */
95
/** Returns the
fraction
bits of this number. */
102
// * the
fraction
bits are not all zero.
SkParse.cpp
241
const int*
fraction
= gFractions;
242
const int* end = &
fraction
[SK_ARRAY_COUNT(gFractions)];
243
while (is_digit(*str) &&
fraction
< end)
244
d += (*str++ - '0') * *
fraction
++;
/frameworks/base/core/res/res/values-sw600dp/
dimens.xml
61
(the screen is in landscape). This may be either a
fraction
or a dimension.-->
64
(the screen is in portrait). This may be either a
fraction
or a dimension.-->
67
(the screen is in portrait). This may be either a
fraction
or a dimension.-->
70
(the screen is in landscape). This may be either a
fraction
or a dimension.-->
/frameworks/base/core/res/res/values-sw720dp/
dimens.xml
25
(the screen is in landscape). This may be either a
fraction
or a dimension.-->
28
(the screen is in portrait). This may be either a
fraction
or a dimension.-->
31
(the screen is in portrait). This may be either a
fraction
or a dimension.-->
34
(the screen is in landscape). This may be either a
fraction
or a dimension.-->
/packages/apps/Camera/jni/
mosaic_renderer_jni.h
16
// What
fraction
of the screen viewport width has been allocated to show the
/packages/apps/Camera2/jni/
mosaic_renderer_jni.h
16
// What
fraction
of the screen viewport width has been allocated to show the
/packages/apps/LegacyCamera/jni/
mosaic_renderer_jni.h
16
// What
fraction
of the screen viewport width has been allocated to show the
/packages/inputmethods/LatinIME/java/res/layout/
more_suggestions.xml
35
latin:keyHintLetterRatio="@
fraction
/more_suggestions_info_ratio"
/packages/inputmethods/LatinIME/java/res/values/
themes-gb.xml
62
<item name="keyboardTopPadding">@
fraction
/keyboard_top_padding_gb</item>
63
<item name="keyboardBottomPadding">@
fraction
/keyboard_bottom_padding_gb</item>
64
<item name="horizontalGap">@
fraction
/key_horizontal_gap_gb</item>
65
<item name="verticalGap">@
fraction
/key_bottom_gap_gb</item>
Completed in 1125 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>