Searched refs:ceil (Results 1 - 25 of 48) sorted by path

12

/haiku/headers/libs/agg/
H A Dagg_basics.h156 return int(ceil(v));
160 return unsigned(ceil(v));
181 return int(ceil(v));
185 return unsigned(ceil(v));
207 return int(ceil(v));
211 return unsigned(ceil(v));
/haiku/headers/libs/mapm/
H A Dm_apm.h90 * add floor and ceil functions
587 MAPM ceil(void) const function in class:MAPM
617 inline MAPM ceil(const MAPM &m) {return m.ceil();} function
/haiku/headers/os/interface/
H A DRect.h216 return (int32)ceil(right - left);
230 return (int32)ceil(bottom - top);
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTHost.h90 inline float vstround(float x) {return ceil(x-0.5);}
H A DVSTNode.cpp136 *(int32*)value = (int32)ceil(param->Value());
/haiku/src/apps/cortex/TipManager/
H A DTipView.cpp136 // *outWidth = ceil(m_font.StringWidth(m_text.String()) + s_xPad*2);
137 *outWidth = ceil(_maxTextWidth() + s_xPad*2);
138 *outHeight = ceil(_textHeight() + s_yPad*2);
/haiku/src/apps/cortex/addons/common/
H A DSoundUtils.cpp124 buffers = (int) ceil(us_to_s(duration)*(format.frame_rate/frames_per_buffer(format)));
133 return (int64) ceil(format.frame_rate*us_to_s(duration));
/haiku/src/apps/debuganalyzer/gui/chart/
H A DDefaultChartAxisLegendSource.cpp45 double value = ceil(start / interval) * interval;
81 double shiftedValue = ceil(start / interval);
H A DStringChartLegend.cpp71 point.y += ceil(fFontAscent);
/haiku/src/kits/interface/
H A DCheckBox.cpp38 float minHeight = (float)ceil(6.0f + fontHeight.ascent
H A DSlider.cpp1635 loc.x = ceil(_MinPosition() + pos);
/haiku/src/kits/media/
H A DSound.cpp146 return (bigtime_t)ceil((1000000LL * frameCount) / frameRate);
/haiku/src/libs/agg/font_freetype/
H A Dagg_font_freetype.cpp978 m_bounds.x2 = int(ceil(bnd.x2));
979 m_bounds.y2 = int(ceil(bnd.y2));
999 m_bounds.x2 = int(ceil(bnd.x2));
1000 m_bounds.y2 = int(ceil(bnd.y2));
/haiku/src/system/libroot/posix/glibc/math/bits/
H A Dmathcalls.h162 __MATHCALL (ceil,, (_Mdouble_ __x));
/haiku/src/system/libroot/posix/glibc/misc/
H A Defgcvt.c45 # define NDIGIT_MAX (lrint (ceil (M_LN2 / M_LN10 * DBL_MANT_DIG + 1.0)))
H A Defgcvt_r.c44 # define NDIGIT_MAX (lrint (ceil (M_LN2 / M_LN10 * DBL_MANT_DIG + 1.0)))
/haiku/headers/posix/
H A Dmath.h204 extern double ceil(double x);
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerUtils.cpp226 return (int64) ceil(framerate * double(duration) / 1000000.0);
/haiku/src/add-ons/translators/icns/
H A DICNSLoader.cpp25 int imageWidth = (int)ceil(width);
26 int imageHeight = (int)ceil(height);
/haiku/src/apps/cortex/InfoView/
H A DInfoView.cpp327 ScrollBar(B_VERTICAL)->SetRange(0.0, ceil(p.y - height));
/haiku/src/apps/cortex/ValControl/
H A DNumericValControl.cpp209 (int64)ceil(minValue * factor);
213 (int64)ceil(maxValue * factor);
H A DValControl.cpp152 return ceil(h.ascent);
H A DValControlDigitSegment.cpp142 // double dfC = ceil(dfTemp);
418 s_cachedDigitWidth = ceil(fMax + s_widthTrim);
/haiku/src/apps/cortex/addons/Flanger/
H A DFlangerNode.cpp1487 uint32 readFrameHi = (int32)ceil(fReadFrame);
/haiku/src/apps/cortex/support/
H A DSoundUtils.cpp124 buffers = (int) ceil(us_to_s(duration)*(format.frame_rate/frames_per_buffer(format)));
133 return (int64) ceil(format.frame_rate*us_to_s(duration));

Completed in 125 milliseconds

12