代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/286192/4042013
h stdarg.h
//stdarg.h
#ifndef __STDARG_H
#define __STDARG_H
// *fix 1.2.3b va_list is now char* for compatibility,
// and the args are at increasing addresses (was broken by stack direction change)
typed
www.eeworm.com/read/382408/2637312
cpp scattering.cpp
#include "stdafx.h"
#include "Scattering.h"
void CSun::recalcParams()
{
// direction
mDirection.y = cosf( mTheta );
mDirection.x = sinf( mTheta ) * cosf( mPhi );
mDirection.z = sinf( mT
www.eeworm.com/read/376060/2715270
svn-base stdarg.h.svn-base
//stdarg.h
#ifndef __STDARG_H
#define __STDARG_H
// *fix 1.2.3b va_list is now char* for compatibility,
// and the args are at increasing addresses (was broken by stack direction change)
typed
www.eeworm.com/read/376060/2715619
svn-base stdarg.h.svn-base
//stdarg.h
#ifndef __STDARG_H
#define __STDARG_H
// *fix 1.2.3b va_list is now char* for compatibility,
// and the args are at increasing addresses (was broken by stack direction change)
typed
www.eeworm.com/read/376060/2715632
h stdarg.h
//stdarg.h
#ifndef __STDARG_H
#define __STDARG_H
// *fix 1.2.3b va_list is now char* for compatibility,
// and the args are at increasing addresses (was broken by stack direction change)
typed
www.eeworm.com/read/376060/2716016
svn-base stdarg.h.svn-base
//stdarg.h
#ifndef __STDARG_H
#define __STDARG_H
// *fix 1.2.3b va_list is now char* for compatibility,
// and the args are at increasing addresses (was broken by stack direction change)
typed
www.eeworm.com/read/376060/2716029
h stdarg.h
//stdarg.h
#ifndef __STDARG_H
#define __STDARG_H
// *fix 1.2.3b va_list is now char* for compatibility,
// and the args are at increasing addresses (was broken by stack direction change)
typed
www.eeworm.com/read/367182/2850598
c fesetround.c
/* Set current rounding direction.
Copyright (C) 2000, 2005 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com).