OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yin
(Results
1 - 4
of
4
) sorted by null
/external/llvm/unittests/Support/
YAMLIOTest.cpp
69
Input
yin
("---\nfoo: 3\nbar: 5\n...\n");
70
yin
>> doc;
72
EXPECT_FALSE(
yin
.error());
78
Input
yin
("{foo: 3, bar: 5}");
79
yin
>> doc;
81
EXPECT_FALSE(
yin
.error());
92
Input
yin
("---\n - foo: 3\n bar: 5\n - foo: 7\n bar: 9\n...\n");
93
yin
>> seq;
95
EXPECT_FALSE(
yin
.error());
128
Input
yin
(intermediate)
[
all
...]
/external/pdfium/core/src/fxge/agg/agg23/
agg_clip_liang_barsky.h
57
FX_FLOAT
yin
, yout;
local
59
yin
= (FX_FLOAT)clip_box.y1;
62
yin
= (FX_FLOAT)clip_box.y2;
65
FX_FLOAT tiny = FXSYS_Div(
yin
- y1, deltay);
77
*y++ = (T)
yin
;
92
*y++ = (T)
yin
;
115
*y++ = (T)
yin
;
/external/llvm/include/llvm/Support/
YAMLTraits.h
[
all
...]
/sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java
221
double
yin
= metrics.heightPixels / metrics.ydpi;
local
222
double diag = Math.sqrt(Math.pow(xin, 2) + Math.pow(
yin
, 2));
Completed in 362 milliseconds